home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
45975
/
45975.xpi
/
install.rdf
< prev
Wrap
Extensible Markup Language
|
2009-11-23
|
2KB
|
55 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2009 Bui Viet Thanh (thanhbv@gmail.com).
~
~ This file is part of clicknlearn.
~
~ clicknlearn is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ clicknlearn is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with clicknlearn. If not, see <http://www.gnu.org/licenses/>.
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:extension:clicknlearn"
em:package="content/"
em:skin="skin/" />
<Description about="urn:mozilla:install-manifest">
<em:name>clicknlearn</em:name>
<em:version>2.5b2</em:version>
<em:creator>thanhbv@gmail.com</em:creator>
<em:description>shift + right-click to get definition of a word in many dictionary source. The words and contexts then will be managed for learning vocabulary</em:description>
<em:homepageURL>http://code.google.com/p/clicknlearn/</em:homepageURL>
<em:id>clicknlearn@googlecode.com</em:id>
<em:iconURL>chrome://clicknlearn/skin/icon.png</em:iconURL>
<em:optionsURL>chrome://clicknlearn/content/options.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>3.7a1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Dependency on Weave: check at components/Startup.js-->
<!--<em:requires>-->
<!--<Description>-->
<!--<em:id>{340c2bbc-ce74-4362-90b5-7c26312808ef}</em:id>-->
<!--<em:name>Weave</em:name>-->
<!--<em:homepageURL>https://labs.mozilla.com/projects/weave/</em:homepageURL>-->
<!--<em:minVersion>0.7</em:minVersion>-->
<!--<em:maxVersion>1.0</em:maxVersion>-->
<!--</Description>-->
<!--</em:requires>-->
</Description>
</RDF>